home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 16 / Computer Interactive cdrom 16 - dic 98.iso / zdnetit / content / ARACHE.ZIP / SETUP.BAT < prev    next >
Encoding:
DOS Batch File  |  1998-04-27  |  972 b   |  45 lines

  1. @echo off
  2. if not (%1)==(-k) goto install
  3. rem
  4. rem ---- Installation of Klos PPP (optional) ----
  5. rem
  6. if not exist pppshare.exe arachne.bat -c
  7. pppshare.exe
  8. ren arachne.bat arachne.tpl
  9. ren klos.tpl arachne.bat
  10. arachne.bat -c
  11. rem
  12. rem ---- Arachne installation ----
  13. rem
  14. :install
  15. if exist arachne.cfg goto setup
  16. cls
  17. type readme.txt|more
  18. pause
  19. cls
  20. copy default.acf arachne.cfg
  21. echo Arachne configuration is now optimized for average PC (386 or 486 CPU)
  22. echo.
  23. yesno Do you want to optimize Arachne for faster PCs (with Pentium CPU)
  24. if errorlevel 1 goto pentium
  25. echo.
  26. yesno Do you want to optimize Arachne for slower PCs (PC-AT or even PC-XT)
  27. if errorlevel 1 goto at
  28. goto setup
  29. :pentium
  30. copy pentium.acf arachne.cfg
  31. del home.htm
  32. del mail.htm
  33. del utils.htm
  34. copy slowhome.htm home.htm
  35. copy slowmail.htm mail.htm
  36. copy slowutil.htm utils.htm
  37. goto setup
  38. :at
  39. copy pc_at.acf arachne.cfg
  40. rem
  41. rem ---- Arachne setup ----
  42. rem
  43. :setup
  44. arachne.bat -s
  45.